[INFO] cloning repository https://github.com/upachler/cogenitor
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/upachler/cogenitor" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fupachler%2Fcogenitor", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fupachler%2Fcogenitor'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 5b1c3518c1aabf422580b6212b464d939d60399c
[INFO] fixing upachler/cogenitor against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fupachler%2Fcogenitor" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/upachler/cogenitor
[INFO] finished tweaking git repo https://github.com/upachler/cogenitor
[INFO] tweaked toml for git repo https://github.com/upachler/cogenitor written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/upachler/cogenitor on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/upachler/cogenitor already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded test-log-macros v0.2.18
[INFO] [stderr]   Downloaded test-log v0.2.18
[INFO] [stderr]   Downloaded rust-format v0.3.4
[INFO] [stderr]   Downloaded yaml-rust2 v0.10.4
[INFO] [stderr]   Downloaded assert-tokenstreams-eq v0.1.0
[INFO] [stderr]   Downloaded oas3 v0.13.1
[INFO] [stderr]   Downloaded openapiv3 v2.2.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 9583db7359d6f4962c6285ddad46ae8536c49deffc9df3600d20d7a81237ae22
[INFO] running `Command { std: "docker" "start" "9583db7359d6f4962c6285ddad46ae8536c49deffc9df3600d20d7a81237ae22", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "9583db7359d6f4962c6285ddad46ae8536c49deffc9df3600d20d7a81237ae22" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9583db7359d6f4962c6285ddad46ae8536c49deffc9df3600d20d7a81237ae22", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "9583db7359d6f4962c6285ddad46ae8536c49deffc9df3600d20d7a81237ae22" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.103
[INFO] [stderr]    Compiling quote v1.0.41
[INFO] [stderr]    Compiling unicode-ident v1.0.20
[INFO] [stderr]    Compiling libc v0.2.177
[INFO] [stderr]    Compiling stable_deref_trait v1.2.1
[INFO] [stderr]    Compiling anyhow v1.0.100
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]    Compiling serde_yml v0.0.12
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling litemap v0.8.0
[INFO] [stderr]    Compiling writeable v0.6.1
[INFO] [stderr]     Checking aho-corasick v1.1.3
[INFO] [stderr]     Checking log v0.4.28
[INFO] [stderr]    Compiling gimli v0.32.3
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling object v0.37.3
[INFO] [stderr]    Compiling syn v2.0.108
[INFO] [stderr]    Compiling icu_normalizer_data v2.0.0
[INFO] [stderr]     Checking regex-automata v0.4.13
[INFO] [stderr]    Compiling icu_properties_data v2.0.1
[INFO] [stderr]     Checking rustc-demangle v0.1.26
[INFO] [stderr]    Compiling hashbrown v0.16.0
[INFO] [stderr]     Checking indexmap v2.12.0
[INFO] [stderr]    Compiling addr2line v0.25.1
[INFO] [stderr]    Compiling regex-syntax v0.8.8
[INFO] [stderr]     Checking percent-encoding v2.3.2
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling hashbrown v0.15.5
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling backtrace v0.3.76
[INFO] [stderr]    Compiling http v1.3.1
[INFO] [stderr]    Compiling hashlink v0.10.0
[INFO] [stderr]     Checking regex v1.12.2
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]     Checking libyml v0.0.5
[INFO] [stderr]    Compiling encoding_rs v0.8.35
[INFO] [stderr]    Compiling unsafe-libyaml v0.2.11
[INFO] [stderr]     Checking semver v1.0.27
[INFO] [stderr]    Compiling arraydeque v0.5.1
[INFO] [stderr]     Checking yaml-rust2 v0.10.4
[INFO] [stderr]     Checking rust-format v0.3.4
[INFO] [stderr]    Compiling json v0.12.4
[INFO] [stderr]     Checking anstyle-query v1.1.4
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.0
[INFO] [stderr]    Compiling zerovec-derive v0.11.1
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling derive_more-impl v1.0.0
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]     Checking anstream v0.6.21
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking zerofrom v0.1.6
[INFO] [stderr]     Checking yoke v0.8.0
[INFO] [stderr]    Compiling zerovec v0.11.4
[INFO] [stderr]     Checking zerotrie v0.2.2
[INFO] [stderr]     Checking thiserror v2.0.17
[INFO] [stderr]     Checking matchers v0.2.0
[INFO] [stderr]     Checking env_filter v0.1.4
[INFO] [stderr]     Checking yansi v1.0.1
[INFO] [stderr]     Checking diff v0.1.13
[INFO] [stderr]     Checking env_logger v0.11.8
[INFO] [stderr]     Checking pretty_assertions v1.4.1
[INFO] [stderr]     Checking tracing-subscriber v0.3.20
[INFO] [stderr]     Checking tinystr v0.8.1
[INFO] [stderr]     Checking icu_locale_core v2.0.0
[INFO] [stderr]     Checking potential_utf v0.1.3
[INFO] [stderr]     Checking icu_collections v2.0.0
[INFO] [stderr]     Checking icu_provider v2.0.0
[INFO] [stderr]    Compiling derive_more v1.0.0
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking icu_properties v2.0.1
[INFO] [stderr]     Checking icu_normalizer v2.0.0
[INFO] [stderr]    Compiling test-log-macros v0.2.18
[INFO] [stderr]     Checking assert-tokenstreams-eq v0.1.0
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking test-log v0.2.18
[INFO] [stderr]    Compiling serde_yaml v0.9.34+deprecated
[INFO] [stderr]    Compiling openapiv3 v2.2.0
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking url v2.5.7
[INFO] [stderr]     Checking cogenitor-model v0.1.0 (/opt/rustwide/workdir/cogenitor-model)
[INFO] [stderr]     Checking oas3 v0.13.1
[INFO] [stderr]     Checking cogenitor-core v0.1.0 (/opt/rustwide/workdir/cogenitor-core)
[INFO] [stdout] warning: unused imports: `AttrListBuilder` and `FunctionListBuilder`
[INFO] [stdout]   --> cogenitor-core/src/codewriter.rs:10:11
[INFO] [stdout]    |
[INFO] [stdout] 10 |     Attr, AttrListBuilder, Codemodel, EnumVariantData, FunctionListBuilder, Indirection, NamedItem,
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^                              ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `AttrListBuilder` and `FunctionListBuilder`
[INFO] [stdout]   --> cogenitor-core/src/codewriter.rs:10:11
[INFO] [stdout]    |
[INFO] [stdout] 10 |     Attr, AttrListBuilder, Codemodel, EnumVariantData, FunctionListBuilder, Indirection, NamedItem,
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^                              ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `client_struct`
[INFO] [stdout]    --> cogenitor-core/src/lib.rs:217:9
[INFO] [stdout]     |
[INFO] [stdout] 217 |     let client_struct = StructBuilder::new("ClientImpl")
[INFO] [stdout]     |         ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_client_struct`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `path_item`
[INFO] [stdout]    --> cogenitor-core/src/lib.rs:428:5
[INFO] [stdout]     |
[INFO] [stdout] 428 |     path_item: &S::PathItem,
[INFO] [stdout]     |     ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_path_item`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `media_type_key`
[INFO] [stdout]    --> cogenitor-core/src/lib.rs:563:5
[INFO] [stdout]     |
[INFO] [stdout] 563 |     media_type_key: &str,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_media_type_key`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `PushFunction` is more private than the item `FunctionListBuilder`
[INFO] [stdout]    --> cogenitor-core/src/codemodel.rs:299:1
[INFO] [stdout]     |
[INFO] [stdout] 299 | pub trait FunctionListBuilder
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ trait `FunctionListBuilder` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but trait `PushFunction` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> cogenitor-core/src/codemodel.rs:295:1
[INFO] [stdout]     |
[INFO] [stdout] 295 | trait PushFunction: Sized {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#[warn(private_bounds)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> cogenitor-core/src/lib.rs:251:13
[INFO] [stdout]     |
[INFO] [stdout] 251 |     HashMap(Box<TypeKind>),
[INFO] [stdout]     |     ------- ^^^^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `TypeKind` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 251 -     HashMap(Box<TypeKind>),
[INFO] [stdout] 251 +     HashMap(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Builtin` is never constructed
[INFO] [stdout]    --> cogenitor-core/src/lib.rs:248:5
[INFO] [stdout]     |
[INFO] [stdout] 245 | enum TypeKind {
[INFO] [stdout]     |      -------- variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 248 |     Builtin,
[INFO] [stdout]     |     ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `TypeKind` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `body` is never read
[INFO] [stdout]   --> cogenitor-core/src/codemodel/function.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout]  8 | pub struct Function {
[INFO] [stdout]    |            -------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 12 |     body: Option<TokenStream>,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Function` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Null` is never constructed
[INFO] [stdout]   --> cogenitor-core/src/types.rs:36:5
[INFO] [stdout]    |
[INFO] [stdout] 35 | pub enum Type {
[INFO] [stdout]    |          ---- variant in this enum
[INFO] [stdout] 36 |     Null,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Type` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `client_struct`
[INFO] [stdout]    --> cogenitor-core/src/lib.rs:217:9
[INFO] [stdout]     |
[INFO] [stdout] 217 |     let client_struct = StructBuilder::new("ClientImpl")
[INFO] [stdout]     |         ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_client_struct`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `path_item`
[INFO] [stdout]    --> cogenitor-core/src/lib.rs:428:5
[INFO] [stdout]     |
[INFO] [stdout] 428 |     path_item: &S::PathItem,
[INFO] [stdout]     |     ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_path_item`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `media_type_key`
[INFO] [stdout]    --> cogenitor-core/src/lib.rs:563:5
[INFO] [stdout]     |
[INFO] [stdout] 563 |     media_type_key: &str,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_media_type_key`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `PushFunction` is more private than the item `FunctionListBuilder`
[INFO] [stdout]    --> cogenitor-core/src/codemodel.rs:299:1
[INFO] [stdout]     |
[INFO] [stdout] 299 | pub trait FunctionListBuilder
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ trait `FunctionListBuilder` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but trait `PushFunction` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> cogenitor-core/src/codemodel.rs:295:1
[INFO] [stdout]     |
[INFO] [stdout] 295 | trait PushFunction: Sized {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#[warn(private_bounds)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> cogenitor-core/src/lib.rs:251:13
[INFO] [stdout]     |
[INFO] [stdout] 251 |     HashMap(Box<TypeKind>),
[INFO] [stdout]     |     ------- ^^^^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `TypeKind` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 251 -     HashMap(Box<TypeKind>),
[INFO] [stdout] 251 +     HashMap(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Builtin` is never constructed
[INFO] [stdout]    --> cogenitor-core/src/lib.rs:248:5
[INFO] [stdout]     |
[INFO] [stdout] 245 | enum TypeKind {
[INFO] [stdout]     |      -------- variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 248 |     Builtin,
[INFO] [stdout]     |     ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `TypeKind` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `body` is never read
[INFO] [stdout]   --> cogenitor-core/src/codemodel/function.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout]  8 | pub struct Function {
[INFO] [stdout]    |            -------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 12 |     body: Option<TokenStream>,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Function` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Null` is never constructed
[INFO] [stdout]   --> cogenitor-core/src/types.rs:36:5
[INFO] [stdout]    |
[INFO] [stdout] 35 | pub enum Type {
[INFO] [stdout]    |          ---- variant in this enum
[INFO] [stdout] 36 |     Null,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Type` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking cogenitor-macro v0.1.0 (/opt/rustwide/workdir/cogenitor-macro)
[INFO] [stdout] warning: unused variable: `client_struct`
[INFO] [stdout]    --> cogenitor-core/src/lib.rs:217:9
[INFO] [stdout]     |
[INFO] [stdout] 217 |     let client_struct = StructBuilder::new("ClientImpl")
[INFO] [stdout]     |         ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_client_struct`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `path_item`
[INFO] [stdout]    --> cogenitor-core/src/lib.rs:428:5
[INFO] [stdout]     |
[INFO] [stdout] 428 |     path_item: &S::PathItem,
[INFO] [stdout]     |     ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_path_item`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `media_type_key`
[INFO] [stdout]    --> cogenitor-core/src/lib.rs:563:5
[INFO] [stdout]     |
[INFO] [stdout] 563 |     media_type_key: &str,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_media_type_key`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `PushFunction` is more private than the item `codemodel::FunctionListBuilder`
[INFO] [stdout]    --> cogenitor-core/src/codemodel.rs:299:1
[INFO] [stdout]     |
[INFO] [stdout] 299 | pub trait FunctionListBuilder
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ trait `codemodel::FunctionListBuilder` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but trait `PushFunction` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> cogenitor-core/src/codemodel.rs:295:1
[INFO] [stdout]     |
[INFO] [stdout] 295 | trait PushFunction: Sized {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#[warn(private_bounds)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> cogenitor-core/src/lib.rs:251:13
[INFO] [stdout]     |
[INFO] [stdout] 251 |     HashMap(Box<TypeKind>),
[INFO] [stdout]     |     ------- ^^^^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `TypeKind` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 251 -     HashMap(Box<TypeKind>),
[INFO] [stdout] 251 +     HashMap(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Builtin` is never constructed
[INFO] [stdout]    --> cogenitor-core/src/lib.rs:248:5
[INFO] [stdout]     |
[INFO] [stdout] 245 | enum TypeKind {
[INFO] [stdout]     |      -------- variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 248 |     Builtin,
[INFO] [stdout]     |     ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `TypeKind` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `body` is never read
[INFO] [stdout]   --> cogenitor-core/src/codemodel/function.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout]  8 | pub struct Function {
[INFO] [stdout]    |            -------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 12 |     body: Option<TokenStream>,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Function` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Null` is never constructed
[INFO] [stdout]   --> cogenitor-core/src/types.rs:36:5
[INFO] [stdout]    |
[INFO] [stdout] 35 | pub enum Type {
[INFO] [stdout]    |          ---- variant in this enum
[INFO] [stdout] 36 |     Null,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Type` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `AttrListBuilder` and `FunctionListBuilder`
[INFO] [stdout]   --> cogenitor-core/src/codewriter.rs:10:11
[INFO] [stdout]    |
[INFO] [stdout] 10 |     Attr, AttrListBuilder, Codemodel, EnumVariantData, FunctionListBuilder, Indirection, NamedItem,
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^                              ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `client_struct`
[INFO] [stdout]    --> cogenitor-core/src/lib.rs:217:9
[INFO] [stdout]     |
[INFO] [stdout] 217 |     let client_struct = StructBuilder::new("ClientImpl")
[INFO] [stdout]     |         ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_client_struct`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `path_item`
[INFO] [stdout]    --> cogenitor-core/src/lib.rs:428:5
[INFO] [stdout]     |
[INFO] [stdout] 428 |     path_item: &S::PathItem,
[INFO] [stdout]     |     ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_path_item`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `media_type_key`
[INFO] [stdout]    --> cogenitor-core/src/lib.rs:563:5
[INFO] [stdout]     |
[INFO] [stdout] 563 |     media_type_key: &str,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_media_type_key`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `PushFunction` is more private than the item `FunctionListBuilder`
[INFO] [stdout]    --> cogenitor-core/src/codemodel.rs:299:1
[INFO] [stdout]     |
[INFO] [stdout] 299 | pub trait FunctionListBuilder
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ trait `FunctionListBuilder` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but trait `PushFunction` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> cogenitor-core/src/codemodel.rs:295:1
[INFO] [stdout]     |
[INFO] [stdout] 295 | trait PushFunction: Sized {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#[warn(private_bounds)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> cogenitor-core/src/lib.rs:251:13
[INFO] [stdout]     |
[INFO] [stdout] 251 |     HashMap(Box<TypeKind>),
[INFO] [stdout]     |     ------- ^^^^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `TypeKind` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 251 -     HashMap(Box<TypeKind>),
[INFO] [stdout] 251 +     HashMap(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Builtin` is never constructed
[INFO] [stdout]    --> cogenitor-core/src/lib.rs:248:5
[INFO] [stdout]     |
[INFO] [stdout] 245 | enum TypeKind {
[INFO] [stdout]     |      -------- variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 248 |     Builtin,
[INFO] [stdout]     |     ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `TypeKind` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `body` is never read
[INFO] [stdout]   --> cogenitor-core/src/codemodel/function.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout]  8 | pub struct Function {
[INFO] [stdout]    |            -------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 12 |     body: Option<TokenStream>,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Function` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Null` is never constructed
[INFO] [stdout]   --> cogenitor-core/src/types.rs:36:5
[INFO] [stdout]    |
[INFO] [stdout] 35 | pub enum Type {
[INFO] [stdout]    |          ---- variant in this enum
[INFO] [stdout] 36 |     Null,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Type` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling cogenitor v0.1.0 (/opt/rustwide/workdir/cogenitor)
[INFO] [stderr]    Compiling cogenitor-test v0.1.0 (/opt/rustwide/workdir/cogenitor-test)
[INFO] [stderr] warning: cogenitor-test@0.1.0: input_path="/opt/rustwide/workdir/cogenitor-test/../test-data/petstore.yaml"
[INFO] [stderr] warning: cogenitor-test@0.1.0: output_path: /opt/rustwide/target/debug/build/cogenitor-test-cad50517446ef276/out/petstore.rs 
[INFO] [stderr] error: cogenitor-test@0.1.0: An error occurred while formatting the source code: error: 'rustfmt' is not installed for the custom toolchain '622891a4e29178280638a6b63a8908bde2c0c854'.
[INFO] [stderr] error: build script logged errors
[INFO] running `Command { std: "docker" "inspect" "9583db7359d6f4962c6285ddad46ae8536c49deffc9df3600d20d7a81237ae22", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9583db7359d6f4962c6285ddad46ae8536c49deffc9df3600d20d7a81237ae22", kill_on_drop: false }`
[INFO] [stdout] 9583db7359d6f4962c6285ddad46ae8536c49deffc9df3600d20d7a81237ae22
